FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader.Recs Namespace / RplContainerRec Class / GetValue Method / GetValue<T>(RplContainerRec,RplContainerRec,Byte,T) Method

In This Topic
    GetValue<T>(RplContainerRec,RplContainerRec,Byte,T) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetValue(Of T)( _
       ByVal rcr1 As RplContainerRec, _
       ByVal rcr2 As RplContainerRec, _
       ByVal childRecType As Byte, _
       ByVal defValue As T _
    ) As T
    public static T GetValue<T>( 
       RplContainerRec rcr1,
       RplContainerRec rcr2,
       byte childRecType,
       T defValue
    )

    Parameters

    rcr1
    rcr2
    childRecType
    defValue

    Type Parameters

    T
    See Also